home *** CD-ROM | disk | FTP | other *** search
- Path: news.axess.com!news
- From: tdrymona@axess.com (Kamikaze)
- Newsgroups: comp.lang.c++
- Subject: Re: TSR in Windows
- Date: Sun, 10 Mar 1996 17:21:01 GMT
- Organization: Axess Communications, Montreal, Canada
- Message-ID: <4huole$t8s@news.axess.com>
- References: <4hohh2$5m7@news.galileo.net>
- Reply-To: tdrymona@axess.com
- NNTP-Posting-Host: cretien.axess.com
- X-Newsreader: Forte Free Agent v0.55
-
- jason_graham@sdt.com wrote:
-
- >I was curious if anyone could help me on this problem. I need to have
- >a TSR that becomes active every 15 minutes, I know how to make this
- >work in the DOS world by (getvect, setvect) so forth using clock
- >interrupts. How do I get this to work in Windows 3.11 or Windows 95?
-
- > Thanks...
-
- >-- jason_graham@sdt.com
- >-- SDT
-
-
- Use the SetTimer from the API and create a program that does that
-
-
-